StandardPutFile
StandardPutFile Display the default Save dialog box
#include <StandardFile.h> Standard File Package
void StandardPutFile(prompt, defaultName, reply );
ConstStr255Param prompt ; the prompt message
ConstStr255Param defaultName ; initial file name
StandardFileReply *reply ; points to the reply record
You use the StandardPutFile procedure to display the default Save dialog box
when the user is saving a file.
prompt specifies the prompt message to be displayed over the text field.
defaultName contains the initial name of the file, if any.
reply points to the reply record, which StandardPutFile fills in before
returning.
Returns: none

Notes: StandardPutFile presents a dialog box through which the user specifies
the name and location of a file to be written to. During the dialog,
StandardPutFile gets and handles events until the user completes the
interaction, either by selecting a name and authorizing the save or by
canceling the save. StandardPutFile returns the user's input in a
standard file reply record, described in the section en titled
About the Standard File Package and System 7.0.